Package com.cisco.pt.ipc.sim
Interface EnvironmentOptions
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
EnvironmentOptionsImpl
Information provided by the PKI file:
\class EnvironmentOptions
\brief An object in the Physical Workspace.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetID()floatfloatgetMax()floatfloatgetMin()floatgetName()floatfloatgetValue()booleanbooleanisActive()booleanbooleanisShow()voidsetActive(boolean on) voidsetCategory(String category) voidvoidvoidsetImperialUnit(String unit) voidsetInterpolate(boolean on) voidsetManualAdjustment(float v) voidsetMax(float v) voidsetMaxRate(float v) voidsetMetricUnit(String unit) voidsetMin(float v) voidsetMinRate(float v) voidvoidsetShow(boolean on) voidsetTransference(float transference) voidsetValue(float value) Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getID
String getID()- Returns:
- String Returns a String
-
getName
String getName()- Returns:
- String Returns a String
-
getCategory
String getCategory()- Returns:
- String Returns a String
-
getTransference
float getTransference()- Returns:
- float Returns a float
-
getValue
float getValue()- Returns:
- float Returns a float
-
getMin
float getMin()- Returns:
- float Returns a float
-
getMax
float getMax()- Returns:
- float Returns a float
-
getManualAdjustment
float getManualAdjustment()- Returns:
- float Returns a float
-
getMinRate
float getMinRate()- Returns:
- float Returns a float
-
getMaxRate
float getMaxRate()- Returns:
- float Returns a float
-
isShow
boolean isShow()- Returns:
- boolean Returns a boolean
-
isInterpolate
boolean isInterpolate()- Returns:
- boolean Returns a boolean
-
isActive
boolean isActive()- Returns:
- boolean Returns a boolean
-
setID
- Parameters:
id- Takes in a parameter of id
-
setName
- Parameters:
name- Takes in a parameter of name
-
setCategory
- Parameters:
category- Takes in a parameter of category
-
setTransference
void setTransference(float transference) - Parameters:
transference- Takes in a parameter of transference
-
setValue
void setValue(float value) - Parameters:
value- Takes in a parameter of value
-
setMin
void setMin(float v) - Parameters:
v- Takes in a parameter of v
-
setMax
void setMax(float v) - Parameters:
v- Takes in a parameter of v
-
setManualAdjustment
void setManualAdjustment(float v) - Parameters:
v- Takes in a parameter of v
-
setMinRate
void setMinRate(float v) - Parameters:
v- Takes in a parameter of v
-
setMaxRate
void setMaxRate(float v) - Parameters:
v- Takes in a parameter of v
-
setShow
void setShow(boolean on) - Parameters:
on- Takes in a parameter of on
-
setInterpolate
void setInterpolate(boolean on) - Parameters:
on- Takes in a parameter of on
-
setActive
void setActive(boolean on) - Parameters:
on- Takes in a parameter of on
-
setMetricUnit
- Parameters:
unit- Takes in a parameter of unit
-
setImperialUnit
- Parameters:
unit- Takes in a parameter of unit
-
setImperialConversionFormula
- Parameters:
f- Takes in a parameter of f
-
getMetricUnit
String getMetricUnit()- Returns:
- String Returns a String
-
getImperialUnit
String getImperialUnit()- Returns:
- String Returns a String
-
getImperialConversionFormula
String getImperialConversionFormula()- Returns:
- String Returns a String
-
hasChanged
boolean hasChanged()- Returns:
- boolean Returns a boolean
-